Skip to main content

printColors

Type

property

Summary

Reports whether the next print job should be printed in color.

Syntax

set the printColors to {true | false}
get the printColors

Description

Use the printColors property to specify whether to print in color or not. If "color" is not among the items of the printerFeatures then this property will have no affect and all print jobs will be printed in monochrome.

If the printColors is false then LiveCode will convert all colors in the data to be printed to greyscale before sending to the printer.

To have an effect, this property must be set before calling open printing.

Examples

set the printColors to false

command: open printing

property: printerFeatures, printFontTable, printCommand

Compatibility and Support

Introduced

LiveCode 1.0

OS

mac

windows

linux

Platforms

desktop

server

Thank you for your feedback!

Was this page helpful?